Class: Aws::Transfer::Types::S3StorageOptions
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Transfer::Types::S3StorageOptions
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-transfer/types.rb
 
Overview
The Amazon S3 storage options that are configured for your server.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #directory_listing_optimization  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies whether or not performance for your Amazon S3 directories is optimized.
 
Instance Attribute Details
#directory_listing_optimization ⇒ String
Specifies whether or not performance for your Amazon S3 directories is optimized. This is disabled by default.
By default, home directory mappings have a ‘TYPE` of `DIRECTORY`. If you enable this option, you would then need to explicitly set the `HomeDirectoryMapEntry` `Type` to `FILE` if you want a mapping to have a file target.
      4936 4937 4938 4939 4940  | 
    
      # File 'lib/aws-sdk-transfer/types.rb', line 4936 class S3StorageOptions < Struct.new( :directory_listing_optimization) SENSITIVE = [] include Aws::Structure end  |