Package com.robothy.s3.rest.constants
Class AmzHeaderNames
java.lang.Object
com.robothy.s3.rest.constants.AmzHeaderNames
Amazon S3 headers.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final StringSpecifies the source object for the copy operation.static final StringVersion of the copied object in the destination bucket.static final Stringstatic final Stringstatic final StringThe prefix for user-defined object metadata keys.static final Stringstatic final Stringstatic final String -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
X_AMZ_REQUEST_ID
- See Also:
-
X_AMZ_VERSION_ID
- See Also:
-
X_AMZ_CONTENT_SHA256
- See Also:
-
X_AMZ_DECODED_CONTENT_LENGTH
- See Also:
-
X_AMZ_BUCKET_REGION
- See Also:
-
X_AMZ_DELETE_MARKER
- See Also:
-
X_AMZ_TAGGING
- See Also:
-
X_AMZ_COPY_SOURCE
Specifies the source object for the copy operation.- See Also:
-
X_AMZ_COPY_SOURCE_VERSION_ID
Version of the copied object in the destination bucket.- See Also:
-
X_AMZ_META_PREFIX
The prefix for user-defined object metadata keys.- See Also:
-
-
Constructor Details
-
AmzHeaderNames
public AmzHeaderNames()
-