Applies To: OBJECT STORAGE

There are several ways of uploading your files to your Object Storage (Memstore). You can either use the web-based Storage Browser (see limitations below), or a third party FTP, SFTP or OpenStack (Swift) client.

Upload Size Limitations

  • There is a 25MB upload limit when uploading through the web-based Storage Browser in your Memset Control Panel.
  • There is a 5GB single object limit when uploading through any other method (FTP, SFTP/SCP or OpenStack (Swift)) client.

Uploading Files Over 5GB

The OpenStack Object Storage API can be used to store files bigger than 5GB by splitting them into smaller parts and using a manifest file that will tell the storage that they are part of the same file. Please refer to OpenStack Object Storage API for large objects for further details.