1
0
mirror of https://github.com/SociallyDev/Spaces-API.git synced 2025-03-12 05:35:22 -07:00

101 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
Devang Srivastava
0fe3d86781
Merge pull request from AndreyNazarchuk/patch-1
Allow for upload/download from/to memory
2018-06-13 08:33:26 +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
563e984fdd
Update composer.json 2018-02-07 21:01:20 +05:30
Devang Srivastava
b5e484cf6c
Fixed Packagist Bug 2018-02-07 21:00:28 +05:30
Devang Srivastava
b6d382371c
Added Composer integration 2018-02-03 23:11:37 +05:30
Devang Srivastava
2c73f816cc
Added composer.json 2018-02-03 23:07:53 +05:30
Devang Srivastava
bc8593a9e9
Added support for different AWS SDK loading methods 2018-02-03 23:06:03 +05:30
Devang Srivastava
1d5b8b9dc8
Delete composer.json 2018-02-03 22:50:51 +05:30
Devang Srivastava
34bf52f253
Added composer.json 2018-02-03 22:47:29 +05:30
Devang Srivastava
789eacc54e
Updated examples with new function names 2018-02-03 22:32:25 +05:30
Devang Srivastava
8e19fb0871
Updated examples with new function names. 2018-02-03 22:31:20 +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
d22328ffd2
Added information about new functions.
Added examples of:
1) makePublic()
2) makePrivate()
3) Error Handling

Also updated uploadFile() example to show the new privacy option.
2018-01-03 23:51:27 +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
3c5b9c790e
Update README.md 2017-12-08 06:40:22 +05:30
Devang Srivastava
1d85ccec9e
Update README.md 2017-12-07 23:01:25 +05:30
Devang Srivastava
09eb183b21
Update README.md 2017-12-07 22:51:14 +05:30
Devang Srivastava
4d9cc90fc7
Update README.md 2017-12-07 22:50:38 +05:30
Devang Srivastava
b9c8e583fb
Update README.md 2017-12-07 22:38:12 +05:30
Devang Srivastava
74821d787d
Update spaces.php 2017-12-07 22:36:07 +05:30
Devang Srivastava
2bc54c72fe
Update README.md 2017-12-07 22:34:14 +05:30
Devang Srivastava
3a7a77693a
Update README.md 2017-12-07 22:33:33 +05:30
Devang Srivastava
7e442bf1e7
Update README.md 2017-12-07 22:32:56 +05:30
Devang Srivastava
bdf2ee404e
Update README.md 2017-12-07 22:20:13 +05:30
Devang Srivastava
e0da836965
Update README.md 2017-12-07 22:09:17 +05:30
Devang Srivastava
7cce0893db
Update README.md 2017-12-07 22:08:57 +05:30
Devang Srivastava
0873650441
Update README.md 2017-12-07 22:06:47 +05:30
Devang Srivastava
87d319e4f4
Update README.md 2017-12-07 22:06:26 +05:30
Devang Srivastava
0b63f71222
Update README.md 2017-12-07 22:02:41 +05:30
Devang Srivastava
e68f5c231b
Update README.md 2017-12-07 22:02:11 +05:30
Devang Srivastava
07c1762818
Update README.md 2017-12-07 22:00:11 +05:30
Devang Srivastava
fc5b991fc1
Update README.md 2017-12-07 21:49:28 +05:30
Devang Srivastava
8627390a72
Update README.md 2017-12-07 21:49:13 +05:30
Devang Srivastava
0c1c1dc626
Update README.md 2017-12-07 21:46:00 +05:30
Devang Srivastava
1b56f338e5
Update README.md 2017-12-07 21:45:42 +05:30
Devang Srivastava
335b68158c
Update README.md 2017-12-07 21:44:03 +05:30
Devang Srivastava
41c64632cd
Update README.md 2017-12-07 21:43:05 +05:30
Devang Srivastava
c85ba77749
Update README.md 2017-12-07 21:42:38 +05:30
Devang Srivastava
2a2c644bbd
Update spaces.php 2017-12-07 21:30:38 +05:30
Devang Srivastava
4f2219e40f
Delete .DS_Store 2017-12-07 21:25:02 +05:30
Devang Srivastava
63f9360952
Delete .DS_Store 2017-12-07 21:24:35 +05:30
Devang Srivastava
eefa32741e spaces.php 2017-12-07 21:23:18 +05:30
Devang Srivastava
7755490b81
Create autoloader.php 2017-12-07 21:07:49 +05:30
Devang Srivastava
b68f3ee470
Delete test 2017-12-07 21:07:14 +05:30
Devang Srivastava
09a32120f9
Create test 2017-12-07 21:06:57 +05:30
Devang Srivastava
f227ad43a7
Add files via upload 2017-12-07 21:03:34 +05:30