Class: AWS::S3::MultipartUploadCollection
- Inherits:
-
Object
- Object
- AWS::S3::MultipartUploadCollection
- Includes:
- Enumerable
- Defined in:
- lib/aws/s3/multipart_upload_collection.rb
Overview
Represents the uploads in progress for a bucket.
Instance Attribute Summary (collapse)
-
- (Bucket) bucket
readonly
The bucket in which the uploads are taking place.
Attributes included from PrefixedCollection
Method Summary
Methods included from PrefixedCollection
Methods included from Core::Collection
#each, #each_batch, #enum, #first, #in_groups_of, #page
Instance Attribute Details
- (Bucket) bucket (readonly)
The bucket in which the uploads are taking place.
40 41 42 |
# File 'lib/aws/s3/multipart_upload_collection.rb', line 40 def bucket @bucket end |