We’re excited to introduce MSP360 Managed Backup for Microsoft 365 and Google Workspace 4.0 with Object Lock (Immutability) for AWS, Wasabi Hot Cloud Storage and Backblaze B2, SharePoint site restore, support for Organizational Units for Google Workspace, Google Mail backup API improvements, Mail Backup and Archive options improvements, and more. Continue reading
How to backup to FTP/SFTP with MSP360 Backup
How to Switch on Amazon S3 Bucket Logging With MSP360 Explorer (Part 1)
If you are wondering what kind of request is coming to your bucket and what you pay money for you may consider turning on Amazon S3 logging to record the requests coming to your bucket. This is a simple task that MSP360 Explorer freeware will make it even easier.
A Bucket to Keep Log Files
Let’s create a bucket called cloudberry.log to keep your log file. You don’t necessarily have to create a new bucket for your log files, but I think it is a good idea to have a separate bucket for the purpose to make things better organized.
Configure Logging
Let’s imagine we want to configure logging for a bucket called cb_test. So, all you have to do is to select the bucket and to click the Logging button on the toolbar.
Now check the “Use logging” checkbox and choose the bucket where you want the log files to be written in the dropdown list. In our example it is cloudberry.log.
Click ok and you are done. According to Amazon documentation, the log file doesn’t appear immediately. It may take up to 24 hours for the log file to be created.
What's Next?
Now you are asking yourself: what can I do with the log files, how I can view them? What format are they stored in? Read our second blog post in this series on analyzing the log files.
Final Notes
A log file can be written to the bucket in the same geographical location. In other words, if you are logging the access to the bucket in the US you will have to assign another bucket in the US to keep that log.
Also, notice that logfile will add up to your monthly bill (although insignificantly) as you will need some additional S3 storage for your log files. The number of log files will grow over time so don’t forget to clean them up regularly.
S3 Log Accuracy
One thing worth mentioning that even though Amazon will make the best effort to make the log as accurate as possible it doesn't guarantee its complete accuracy. In a rare situation, certain requests will not make it to the log. But as Amazon explains S3 log is designed to give a general idea of how your bucket is being used.
Backup Retention Policies and Versioning in MSP360 Backup
This blog post applies to the legacy backup format only. For latest information about backup formats and contemporary retention settings and stragegies, refer to the MSP360 help documentation
The Retention Policy feature in MSP360 Backup allows you to create and delete copies of your files automatically. This article explains how to configure different options of the retention policy feature in MSP360 Backup.
Canned ACL Policy Support in MSP360 S3 Explorer
We are extending MSP360 S3 Explorer with useful Amazon S3 functionality and in the post, we would like to introduce the Canned ACL policy support. When doing a PUT request you can specify a canned ACL, which grants certain access rights. You don’t need to do an extra request to set an ACL. This makes working with Amazon S3 more efficient. In the previous releases of MSP360, S3 Explorer we ran an extra request for setting ACL of every type. Now we will recognize the type of ACL you want to set and run canned ACL whenever appropriate.
Following are canned ACLs that are supported for REST.
·private—Owner gets.FULL_CONTROL
No one else has access rights (default).
·public-read—Owner gets FULL_CONTROL
and the anonymous principal is granted READ
access.
If this policy is used on an object, it can be read from a browser with no authentication.
·public-read-write—Owner gets FULL_CONTROL
, the anonymous principal is granted READ
and WRITE
access.
This can be a useful policy to apply to a bucket but is generally not recommended.
·authenticated-read—Owner gets FULL_CONTROL
, and any principal authenticated as a registered Amazon S3 user is granted READ
access.
·bucket-owner-read—Object Owner gets FULL_CONTROL, Bucket Owner gets READ
This ACL applies only to objects and is equivalent to private when used with PUT Bucket. You use this ACL to let someone other than the bucket owner write content (get full control) in the bucket but still grant the bucket owner read access to the objects.
·bucket-owner-full-control—Object Owner gets FULL_CONTROL, Bucket Owner gets FULL_CONTROL
This ACL applies only to objects and is equivalent to private when used with PUT Bucket. You use this ACL to let someone other than the bucket owner write content (get full control) in the bucket but still grant the bucket owner full rights over the objects.
Note: this post applies to MSP360 Explorer 1.9 and later.
Compare Folders and Delete Files With MSP360 S3 Explorer
As always we are adding features that our customers are requesting. Ever since we first introduced the 'Compare Folders' feature allowing to compare Amazon S3 bucket with local files and folders, users have been telling us that they would want to be able to make sure that the contents of Amazon S3 buckets are identical to local folders. In other words, if a file is deleted locally it should be deleted from Amazon S3 too. Continue reading
Introducing MSP360 Explorer PRO for OpenStack and Rackspace
It has been just a few months since we introduced MSP360 Explorer freeware for OpenStack and now we are proud to announce MSP360 Explorer PRO for OpenStack Object Storage. MSP360 Explorer PRO for OpenStack supports all the features of the freeware version and offers some advanced functionality Continue reading
How to share files in Amazon S3 bucket using MSP360 Explorer
Would you like to be able to share files on the S3 bucket with other Amazon S3 users? MSP360 Explorer can help you to do that. With its External bucket feature sharing buckets and files becoming a breeze.
How to Copy Data to SFTP Servers using MSP360 S3 Explorer
As always we are adding features to make it easier for our customers to use the functionality to offer the most compelling Amazon S3, CloudFront, IAM and Glacier client on Windows platform.
Continue reading
Presenting MSP360 Settings Storage Service
We are glad to announce that a new service - MSP360 Settings Storage Service - is ready to use! This service allows you to export and import storage accounts across all MSP360 products easily.
How to Rename Files and Folders in an Amazon S3 Bucket Using MSP360 Explorer
Sometimes you need to rename a file or a folder just like you do it on your local computer. Until recently Amazon didn’t offer rename support and the only way to rename an object we to upload the object with a new name and delete the old one.
Continue reading
How to Configure S3 Bucket Root Document with MSP360 Explorer
MSP360 Explorer for Amazon S3 provides full support for the features of Amazon S3 that allow customers to host their entire website on Amazon S3. Continue reading