[Guide] Change Amazon S3 storage class

Guides created and maintained by community members, not official documentation.
Post Reply
User avatar
bertieuk
Posts: 4
Joined: 23 Feb 2025, 20:17
Great Britain

[Guide] Change Amazon S3 storage class

Post by bertieuk »

The default GUI config tool for setting up a CloudSync connection to Amazon S3 bucket does not let you configure the storage class to use, and therefore uses the default Standard storage class.

CloudSync is just a rebrand(?) of rclone, so one a connection has been created, it's possible to change the default storage class as follow;

ssh to terramaster
cd /Volume1/@apps/CloudSync
vi rclone.conf
at the bottom add: storage_class = DEEP_ARCHIVE

where DEEP_ARCHIVE is the class you want to use (from rclone manual):

"" Default
"STANDARD" Standard storage class
"REDUCED_REDUNDANCY" Reduced redundancy storage class
"STANDARD_IA" Standard Infrequent Access storage class
"ONEZONE_IA" One Zone Infrequent Access storage class
"GLACIER" Glacier Flexible Retrieval storage class
"DEEP_ARCHIVE" Glacier Deep Archive storage class
"INTELLIGENT_TIERING" Intelligent-Tiering storage class
"GLACIER_IR" Glacier Instant Retrieval storage class
User avatar
TMzethar
TM Support
Posts: 2827
Joined: 27 Oct 2020, 16:43

Re: [Guide] Change Amazon S3 storage class

Post by TMzethar »

Our project team plans to implement this feature on the page. Please look forward to the future Cloud Sync app.
To contact our team, please send email to following addresses, remember to replace (at) with @:
Technical team: support(at)terra-master.com (for technical support)
Service team: service(at)terra-master.com (for purchasing, return, replacement, RMA service)
XtinaLover
Posts: 18
Joined: 07 Feb 2025, 11:19
France

Re: [Guide] Change Amazon S3 storage class

Post by XtinaLover »

Before modifying rclone.conf, it is recommended to stop the CloudSync service to avoid configuration conflicts.
Restart the service after modification to ensure the changes take effect. :D
F8 SSD Plus; 6.0.610; 2 x 1024G KC3000 PCIe 4.0 SSD;
:idea: Dans l'ocean des données, le stockage est mon bateau.
User avatar
EthanBerg97
Posts: 14
Joined: 20 Feb 2025, 19:06
Norway

Re: [Guide] Change Amazon S3 storage class

Post by EthanBerg97 »

thanks for your sharing~
Post Reply

Return to “Community-Created Guides”