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
[Guide] Change Amazon S3 storage class
Re: [Guide] Change Amazon S3 storage class
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)
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

Re: [Guide] Change Amazon S3 storage class
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.
Restart the service after modification to ensure the changes take effect.
F8 SSD Plus; 6.0.610; 2 x 1024G KC3000 PCIe 4.0 SSD;
Dans l'ocean des données, le stockage est mon bateau.
- EthanBerg97
- Posts: 14
- Joined: 20 Feb 2025, 19:06

Re: [Guide] Change Amazon S3 storage class
thanks for your sharing~
