Commit graph

11 commits

Author SHA1 Message Date
Richelly Italo
9b8e03f7a8
Close file after Upload ran
I saw here the need to delete the file and because it was already open (fopen) inside the library, exclusion was not allowed.
Now always closing (fclose) the file, this is possible.
This is most often used when you want to delete a temporary file after uploading.
2018-07-26 15:40:47 -03:00
Dev Ang
9fb77c5f2f
Fixed issue with creating spaces 2018-07-16 05:57:33 +05:30
andynazay153
36b4d3005f
Oops
Forgot to test changes in your codebase lol
2018-06-12 19:52:19 -07:00
andynazay153
88c6b54b52
Allow for upload/download from/to memory
Useful if files are accessed rarely and should not be saved to avoid I/O bottleneck
2018-06-12 19:46:33 -07:00
Devang Srivastava
26d1b68f84
Fixed no AWS class bug
-> Corrected the file name which caused the AWS class file to not load.
-> Standardized GetError()
2018-03-03 13:32:49 +05:30
Devang Srivastava
bc8593a9e9
Added support for different AWS SDK loading methods 2018-02-03 23:06:03 +05:30
Devang Srivastava
d8ff37a3e6
Added Descriptions, Standardized Names & More!
-> All functions now have a description.
-> All functions now have the same name format (ExampleFunctionName()).
-> Better error handling.
-> ListObjects() now can also list only the contents of a folder.
-> Fixed a result bug with UploadDirectory().
2018-02-03 22:26:59 +05:30
Devang Srivastava
2557aef44f Update 1: New functions, Error Handling, Unix Time & More
This is the first update!
-> Two new functions allow for easily making files public or private.
-> Files' public or private status can now be set while uploading.
-> Added error handling capabilities.
-> All time values are automatically converted to Unix time.
-> Result objects are automatically converted to arrays.
-> Fixed a bug with ACLs where a different client was being called.
-> Fixed a bug with file uploads where save as was not working.
2018-01-03 23:37:15 +05:30
Devang Srivastava
74821d787d
Update spaces.php 2017-12-07 22:36:07 +05:30
Devang Srivastava
2a2c644bbd
Update spaces.php 2017-12-07 21:30:38 +05:30
Devang Srivastava
f227ad43a7
Add files via upload 2017-12-07 21:03:34 +05:30