Struct rusoto_s3::S3Client [] [src]

pub struct S3Client<P, D> where
    P: ProvideAwsCredentials,
    D: DispatchSignedRequest
{ /* fields omitted */ }

A client for the Amazon S3 API.

Methods

impl<P, D> S3Client<P, D> where
    P: ProvideAwsCredentials,
    D: DispatchSignedRequest
[src]

[src]

Trait Implementations

impl<P, D> S3 for S3Client<P, D> where
    P: ProvideAwsCredentials,
    D: DispatchSignedRequest
[src]

[src]

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.

[src]

Completes a multipart upload by assembling previously uploaded parts.

[src]

Creates a copy of an object that is already stored in Amazon S3.

[src]

Creates a new bucket.

[src]

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.

[src]

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.

[src]

Deletes an analytics configuration for the bucket (specified by the analytics configuration ID).

[src]

Deletes the cors configuration information set for the bucket.

[src]

Deletes an inventory configuration (identified by the inventory ID) from the bucket.

[src]

Deletes the lifecycle configuration from the bucket.

[src]

Deletes a metrics configuration (specified by the metrics configuration ID) from the bucket.

[src]

Deletes the policy from the bucket.

[src]

Deletes the replication configuration from the bucket.

[src]

Deletes the tags from the bucket.

[src]

This operation removes the website configuration from the bucket.

[src]

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.

[src]

Removes the tag-set from an existing object.

[src]

This operation enables you to delete multiple objects from a bucket using a single HTTP request. You may specify up to 1000 keys.

[src]

Returns the accelerate configuration of a bucket.

[src]

Gets the access control policy for the bucket.

[src]

Gets an analytics configuration for the bucket (specified by the analytics configuration ID).

[src]

Returns the cors configuration for the bucket.

[src]

Returns an inventory configuration (identified by the inventory ID) from the bucket.

[src]

Deprecated, see the GetBucketLifecycleConfiguration operation.

[src]

Returns the lifecycle configuration information set on the bucket.

[src]

Returns the region the bucket resides in.

[src]

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.

[src]

Gets a metrics configuration (specified by the metrics configuration ID) from the bucket.

[src]

Deprecated, see the GetBucketNotificationConfiguration operation.

[src]

Returns the notification configuration of a bucket.

[src]

Returns the policy of a specified bucket.

[src]

Returns the replication configuration of a bucket.

[src]

Returns the request payment configuration of a bucket.

[src]

Returns the tag set associated with the bucket.

[src]

Returns the versioning state of a bucket.

[src]

Returns the website configuration for a bucket.

[src]

Retrieves objects from Amazon S3.

[src]

Returns the access control list (ACL) of an object.

[src]

Returns the tag-set of an object.

[src]

Return torrent files from a bucket.

[src]

This operation is useful to determine if a bucket exists and you have permission to access it.

[src]

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.

[src]

Lists the analytics configurations for the bucket.

[src]

Returns a list of inventory configurations for the bucket.

[src]

Lists the metrics configurations for the bucket.

[src]

Returns a list of all buckets owned by the authenticated sender of the request.

[src]

This operation lists in-progress multipart uploads.

[src]

Returns metadata about all of the versions of objects in a bucket.

[src]

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.

[src]

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.

[src]

Lists the parts that have been uploaded for a specific multipart upload.

[src]

Sets the accelerate configuration of an existing bucket.

[src]

Sets the permissions on a bucket using access control lists (ACL).

[src]

Sets an analytics configuration for the bucket (specified by the analytics configuration ID).

[src]

Sets the cors configuration for a bucket.

[src]

Adds an inventory configuration (identified by the inventory ID) from the bucket.

[src]

Deprecated, see the PutBucketLifecycleConfiguration operation.

[src]

Sets lifecycle configuration for your bucket. If a lifecycle configuration exists, it replaces it.

[src]

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.

[src]

Sets a metrics configuration (specified by the metrics configuration ID) for the bucket.

[src]

Deprecated, see the PutBucketNotificationConfiguraiton operation.

[src]

Enables notifications of specified events for a bucket.

[src]

Replaces a policy on a bucket. If the bucket already has a policy, the one in this request completely replaces it.

[src]

Creates a new replication configuration (or replaces an existing one, if present).

[src]

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

[src]

Sets the tags for a bucket.

[src]

Sets the versioning state of an existing bucket. To set the versioning state, you must be the bucket owner.

[src]

Set the website configuration for a bucket.

[src]

Adds an object to a bucket.

[src]

uses the acl subresource to set the access control list (ACL) permissions for an object that already exists in a bucket

[src]

Sets the supplied tag-set to an object that already exists in a bucket

[src]

Restores an archived copy of an object back into Amazon S3

[src]

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.

[src]

Uploads a part by copying data from an existing object as data source.