Class: Aws::S3::DirectoryUploader::FileProducer::UploadEntry Private

Inherits:
Object
  • Object
show all
Defined in:
lib/aws-sdk-s3/directory_uploader.rb

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(opts = {}) ⇒ UploadEntry

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns a new instance of UploadEntry.



260
261
262
263
# File 'lib/aws-sdk-s3/directory_uploader.rb', line 260

def initialize(opts = {})
  @path = opts[:path]
  @params = opts[:params]
end

Instance Attribute Details

#paramsObject (readonly)

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



265
266
267
# File 'lib/aws-sdk-s3/directory_uploader.rb', line 265

def params
  @params
end

#pathObject (readonly)

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



265
266
267
# File 'lib/aws-sdk-s3/directory_uploader.rb', line 265

def path
  @path
end