JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.s3.internal

Class Constants



  • public class Constants
    extends Object 
    Constants used by the Amazon Web Services S3 Java client.
    • Field Detail

      • S3_EXTERNAL_1_HOSTNAME

        public static final String S3_EXTERNAL_1_HOSTNAME
        Hostname for the s3-external-1 service endpoint
        See Also:
        Constant Field Values
      • S3_ACCELERATE_HOSTNAME

        public static final String S3_ACCELERATE_HOSTNAME
        Service hostname for accessing accelerated S3 buckets
        See Also:
        Constant Field Values
      • S3_SERVICE_DISPLAY_NAME

        public static final String S3_SERVICE_DISPLAY_NAME
        Service display name for Amazon S3 (not to be used in SigV4 signing)
        See Also:
        Constant Field Values
      • HMAC_SHA1_ALGORITHM

        public static final String HMAC_SHA1_ALGORITHM
        HMAC/SHA1 Algorithm per RFC 2104, used when signing S3 requests
        See Also:
        Constant Field Values
      • XML_NAMESPACE

        public static final String XML_NAMESPACE
        XML namespace URL used when sending S3 requests containing XML
        See Also:
        Constant Field Values
      • FAILED_PRECONDITION_STATUS_CODE

        public static final int FAILED_PRECONDITION_STATUS_CODE
        HTTP status code indicating that preconditions failed and thus the request failed.
        See Also:
        Constant Field Values
      • MAXIMUM_UPLOAD_PARTS

        public static final int MAXIMUM_UPLOAD_PARTS
        The maximum allowed parts in a multipart upload.
        See Also:
        Constant Field Values
      • DEFAULT_STREAM_BUFFER_SIZE

        public static final int DEFAULT_STREAM_BUFFER_SIZE
        The default size of the buffer when uploading data from a stream. A buffer of this size will be created and filled with the first bytes from a stream being uploaded so that any transmit errors that occur in that section of the data can be automatically retried without the caller's intervention. Add 1 to get around an implementation quirk when used against BufferedInputStream.
        See Also:
        Constant Field Values
      • NO_SUCH_BUCKET_STATUS_CODE

        public static final int NO_SUCH_BUCKET_STATUS_CODE
        See Also:
        Constant Field Values
      • BUCKET_ACCESS_FORBIDDEN_STATUS_CODE

        public static final int BUCKET_ACCESS_FORBIDDEN_STATUS_CODE
        See Also:
        Constant Field Values
      • BUCKET_REDIRECT_STATUS_CODE

        public static final int BUCKET_REDIRECT_STATUS_CODE
        See Also:
        Constant Field Values
      • SSE_AWS_KMS_ENCRYPTION_SCHEME

        public static final String SSE_AWS_KMS_ENCRYPTION_SCHEME
    • Constructor Detail

      • Constants

        public Constants()
    • Method Detail

      • getStreamBufferSize

        @Deprecated
        public static int getStreamBufferSize()
        Deprecated.
        Returns the buffer size override if it is specified in the system property, otherwise returns the default value.
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /