Amazon S3 - put object storage class
Search form
Description - Sets or updates an objects storage class.
Runtime Class - com.ibi.agents.XDPutObjectStorageClassAgent
Configuration
This action requires a Amazon S3 Generic as well as the following required parameters.
Parameter Groups
  Parameter Type Description * Name: string The name of the bucket to set its objects ACL.
 
* Key: string The location, key which points to the object within the specified bucket.
 
* - denotes required
  Parameter Type Description * Storage Class: string 
Select from one of the following options:
- STANDARD {Standard} - The default storage class. If you don't specify the storage class when you upload an object, Amazon S3 assigns the STANDARD storage class.
- REDUCED_REDUNDANCY {ReducedRedundancy} - The Reduced Redundancy Storage (RRS) storage class is designed for noncritical, reproducible data that can be stored with less redundancy than the STANDARD storage class.
- GLACIER {Glacier} - The GLACIER storage class is suitable for archiving data where data access is infrequent. 
- STANDARD_IA {StandardInfrequentAccess} - Amazon S3 stores the object data redundantly across multiple geographically separated Availability Zones (similar to STANDARD storage class).
 
* - denotes required
Output Events
Runtime Class - com.ibi.agents.XDPutObjectStorageClassAgent
Configuration
This action requires a Amazon S3 Generic as well as the following required parameters.
Parameter Groups
  Parameter Type Description * Name: string The name of the bucket to set its objects ACL.
 
* Key: string The location, key which points to the object within the specified bucket.
 
* - denotes required
  Parameter Type Description * Storage Class: string 
Select from one of the following options:
- STANDARD {Standard} - The default storage class. If you don't specify the storage class when you upload an object, Amazon S3 assigns the STANDARD storage class.
- REDUCED_REDUNDANCY {ReducedRedundancy} - The Reduced Redundancy Storage (RRS) storage class is designed for noncritical, reproducible data that can be stored with less redundancy than the STANDARD storage class.
- GLACIER {Glacier} - The GLACIER storage class is suitable for archiving data where data access is infrequent. 
- STANDARD_IA {StandardInfrequentAccess} - Amazon S3 stores the object data redundantly across multiple geographically separated Availability Zones (similar to STANDARD storage class).
 
* - denotes required
Output Events
Configuration
This action requires a Amazon S3 Generic as well as the following required parameters.Parameter Groups
| Parameter | Type | Description | |
|---|---|---|---|
| * | Name: | string | The name of the bucket to set its objects ACL. | * | Key: | string | The location, key which points to the object within the specified bucket. | 
* - denotes required
| Parameter | Type | Description | |
|---|---|---|---|
| * | Storage Class: | string | Select from one of the following options: 
 | 
* - denotes required
Output Events
| Name | Description | 
|---|---|
| invalid_storage_class | invalid_storage_class | 
| no_such_bucket | no_such_bucket | 
| success | The operation was successful. | 
| fail_unreachable | The host was located but cannot be reached. | 
| fail_connect | Could not connect to the external system. | 
| invalid_version | invalid_version | 
| fail_timeout | The operation timed out. | 
| no_such_key | no_such_key | 
| invalid_accessKey_id | invalid_accessKey_id | 
