export const MESSAGE_INFO = { UPLOAD: { SUCCESS: '', FAILURE: 'Failed to upload file', }, DOWNLOAD: { SUCCESS: '', FAILURE: 'Failed to download file', }, GET: { SUCCESS: '', FAILURE: 'Failed to get object', }, DELETE: { SUCCESS: '', FAILURE: 'Failed to delete file', }, NO_AUTH: { SUCCESS: '', FAILURE: 'Failed to auth', }, };