baiji v0.6.5 Baiji.S3
Link to this section Summary
Functions
Returns a map containing the input/output shapes for this endpoint
Outputs values common to all actions
Aborts a multipart upload
Completes a multipart upload by assembling previously uploaded parts
Creates a copy of an object that is already stored in Amazon S3
Creates a new bucket
Initiates a multipart upload and returns an upload ID
Deletes the bucket. All objects (including all object versions and Delete Markers) in the bucket must be deleted before the bucket itself can be deleted
Deletes an analytics configuration for the bucket (specified by the analytics configuration ID)
Deletes the cors configuration information set for the bucket
Deletes an inventory configuration (identified by the inventory ID) from the bucket
Deletes the lifecycle configuration from the bucket
Deletes a metrics configuration (specified by the metrics configuration ID) from the bucket
Deletes the policy from the bucket
Deletes the replication configuration from the bucket
Deletes the tags from the bucket
This operation removes the website configuration from the bucket
Removes the null version (if there is one) of an object and inserts a delete marker, which becomes the latest version of the object. If there isn’t a null version, Amazon S3 does not remove any objects
Removes the tag-set from an existing object
This operation enables you to delete multiple objects from a bucket using a single HTTP request. You may specify up to 1000 keys
Returns the accelerate configuration of a bucket
Gets the access control policy for the bucket
Gets an analytics configuration for the bucket (specified by the analytics configuration ID)
Returns the cors configuration for the bucket
Returns an inventory configuration (identified by the inventory ID) from the bucket
Deprecated, see the GetBucketLifecycleConfiguration operation
Returns the lifecycle configuration information set on the bucket
Returns the region the bucket resides in
Returns the logging status of a bucket and the permissions users have to view and modify that status. To use GET, you must be the bucket owner
Gets a metrics configuration (specified by the metrics configuration ID) from the bucket
Deprecated, see the GetBucketNotificationConfiguration operation
Returns the notification configuration of a bucket
Returns the policy of a specified bucket
Returns the replication configuration of a bucket
Returns the request payment configuration of a bucket
Returns the tag set associated with the bucket
Returns the versioning state of a bucket
Returns the website configuration for a bucket
Retrieves objects from Amazon S3
Returns the access control list (ACL) of an object
Returns the tag-set of an object
Return torrent files from a bucket
This operation is useful to determine if a bucket exists and you have permission to access it
The HEAD operation retrieves metadata from an object without returning the object itself. This operation is useful if you’re only interested in an object’s metadata. To use HEAD, you must have READ access to the object
Lists the analytics configurations for the bucket
Returns a list of inventory configurations for the bucket
Lists the metrics configurations for the bucket
Returns a list of all buckets owned by the authenticated sender of the request
This operation lists in-progress multipart uploads
Returns metadata about all of the versions of objects in a bucket
Returns some or all (up to 1000) of the objects in a bucket. You can use the request parameters as selection criteria to return a subset of the objects in a bucket
Returns some or all (up to 1000) of the objects in a bucket. You can use the request parameters as selection criteria to return a subset of the objects in a bucket. Note: ListObjectsV2 is the revised List Objects API and we recommend you use this revised API for new application development
Lists the parts that have been uploaded for a specific multipart upload
Sets the accelerate configuration of an existing bucket
Sets the permissions on a bucket using access control lists (ACL)
Sets an analytics configuration for the bucket (specified by the analytics configuration ID)
Sets the cors configuration for a bucket
Adds an inventory configuration (identified by the inventory ID) from the bucket
Deprecated, see the PutBucketLifecycleConfiguration operation
Sets lifecycle configuration for your bucket. If a lifecycle configuration exists, it replaces it
Set the logging parameters for a bucket and to specify permissions for who can view and modify the logging parameters. To set the logging status of a bucket, you must be the bucket owner
Sets a metrics configuration (specified by the metrics configuration ID) for the bucket
Deprecated, see the PutBucketNotificationConfiguraiton operation
Enables notifications of specified events for a bucket
Replaces a policy on a bucket. If the bucket already has a policy, the one in this request completely replaces it
Creates a new replication configuration (or replaces an existing one, if present)
Sets the request payment configuration for a bucket. By default, the bucket owner pays for downloads from the bucket. This configuration parameter enables the bucket owner (only) to specify that the person requesting the download will be charged for the download. Documentation on requester pays buckets can be found at http://docs.aws.amazon.com/AmazonS3/latest/dev/RequesterPaysBuckets.html
Sets the tags for a bucket
Sets the versioning state of an existing bucket. To set the versioning state, you must be the bucket owner
Set the website configuration for a bucket
Adds an object to a bucket
uses the acl subresource to set the access control list (ACL) permissions for an object that already exists in a bucket
Sets the supplied tag-set to an object that already exists in a bucket
Restores an archived copy of an object back into Amazon S3
Uploads a part in a multipart upload
Uploads a part by copying data from an existing object as data source
Link to this section Functions
Returns a map containing the input/output shapes for this endpoint
Outputs values common to all actions
Aborts a multipart upload.
To verify that all parts have been removed, so you don’t get charged for the part storage, you should call the List Parts operation and ensure the parts list is empty.
Completes a multipart upload by assembling previously uploaded parts.
Creates a copy of an object that is already stored in Amazon S3.
Creates a new bucket.
Initiates a multipart upload and returns an upload ID.
Note: After you initiate multipart upload and upload one or more parts, you must either complete or abort multipart upload in order to stop getting charged for storage of the uploaded parts. Only after you either complete or abort multipart upload, Amazon S3 frees up the parts storage and stops charging you for the parts storage.
Deletes the bucket. All objects (including all object versions and Delete Markers) in the bucket must be deleted before the bucket itself can be deleted.
Deletes an analytics configuration for the bucket (specified by the analytics configuration ID).
Deletes the cors configuration information set for the bucket.
Deletes an inventory configuration (identified by the inventory ID) from the bucket.
Deletes the lifecycle configuration from the bucket.
Deletes a metrics configuration (specified by the metrics configuration ID) from the bucket.
Deletes the policy from the bucket.
Deletes the replication configuration from the bucket.
Deletes the tags from the bucket.
This operation removes the website configuration from the bucket.
Removes the null version (if there is one) of an object and inserts a delete marker, which becomes the latest version of the object. If there isn’t a null version, Amazon S3 does not remove any objects.
Removes the tag-set from an existing object.
This operation enables you to delete multiple objects from a bucket using a single HTTP request. You may specify up to 1000 keys.
Returns the accelerate configuration of a bucket.
Gets the access control policy for the bucket.
Gets an analytics configuration for the bucket (specified by the analytics configuration ID).
Returns the cors configuration for the bucket.
Returns an inventory configuration (identified by the inventory ID) from the bucket.
Deprecated, see the GetBucketLifecycleConfiguration operation.
Returns the lifecycle configuration information set on the bucket.
Returns the region the bucket resides in.
Returns the logging status of a bucket and the permissions users have to view and modify that status. To use GET, you must be the bucket owner.
Gets a metrics configuration (specified by the metrics configuration ID) from the bucket.
Deprecated, see the GetBucketNotificationConfiguration operation.
Returns the notification configuration of a bucket.
Returns the policy of a specified bucket.
Returns the replication configuration of a bucket.
Returns the request payment configuration of a bucket.
Returns the tag set associated with the bucket.
Returns the versioning state of a bucket.
Returns the website configuration for a bucket.
Retrieves objects from Amazon S3.
Returns the access control list (ACL) of an object.
Returns the tag-set of an object.
Return torrent files from a bucket.
This operation is useful to determine if a bucket exists and you have permission to access it.
The HEAD operation retrieves metadata from an object without returning the object itself. This operation is useful if you’re only interested in an object’s metadata. To use HEAD, you must have READ access to the object.
Lists the analytics configurations for the bucket.
Returns a list of inventory configurations for the bucket.
Lists the metrics configurations for the bucket.
Returns a list of all buckets owned by the authenticated sender of the request.
This operation lists in-progress multipart uploads.
Returns metadata about all of the versions of objects in a bucket.
Returns some or all (up to 1000) of the objects in a bucket. You can use the request parameters as selection criteria to return a subset of the objects in a bucket.
Returns some or all (up to 1000) of the objects in a bucket. You can use the request parameters as selection criteria to return a subset of the objects in a bucket. Note: ListObjectsV2 is the revised List Objects API and we recommend you use this revised API for new application development.
Lists the parts that have been uploaded for a specific multipart upload.
Sets the accelerate configuration of an existing bucket.
Sets the permissions on a bucket using access control lists (ACL).
Sets an analytics configuration for the bucket (specified by the analytics configuration ID).
Sets the cors configuration for a bucket.
Adds an inventory configuration (identified by the inventory ID) from the bucket.
Deprecated, see the PutBucketLifecycleConfiguration operation.
Sets lifecycle configuration for your bucket. If a lifecycle configuration exists, it replaces it.
Set the logging parameters for a bucket and to specify permissions for who can view and modify the logging parameters. To set the logging status of a bucket, you must be the bucket owner.
Sets a metrics configuration (specified by the metrics configuration ID) for the bucket.
Deprecated, see the PutBucketNotificationConfiguraiton operation.
Enables notifications of specified events for a bucket.
Replaces a policy on a bucket. If the bucket already has a policy, the one in this request completely replaces it.
Creates a new replication configuration (or replaces an existing one, if present).
Sets the request payment configuration for a bucket. By default, the bucket owner pays for downloads from the bucket. This configuration parameter enables the bucket owner (only) to specify that the person requesting the download will be charged for the download. Documentation on requester pays buckets can be found at http://docs.aws.amazon.com/AmazonS3/latest/dev/RequesterPaysBuckets.html
Sets the tags for a bucket.
Sets the versioning state of an existing bucket. To set the versioning state, you must be the bucket owner.
Set the website configuration for a bucket.
Adds an object to a bucket.
uses the acl subresource to set the access control list (ACL) permissions for an object that already exists in a bucket
Sets the supplied tag-set to an object that already exists in a bucket
Restores an archived copy of an object back into Amazon S3
Uploads a part in a multipart upload.
Note: After you initiate multipart upload and upload one or more parts, you must either complete or abort multipart upload in order to stop getting charged for storage of the uploaded parts. Only after you either complete or abort multipart upload, Amazon S3 frees up the parts storage and stops charging you for the parts storage.
Uploads a part by copying data from an existing object as data source.