Elliot DeNolf
5c97d05acf
1.1.0-beta.0
v1.1.0-beta.0
2023-10-05 14:15:02 -04:00
James
6bad383a95
chore: working local dev aliases
2023-10-05 13:28:22 -04:00
James
4b726eb139
chore: improves alias pattern
2023-10-05 12:35:14 -04:00
Elliot DeNolf
3d5858ca6d
1.0.19
2023-06-26 14:23:23 -04:00
James Mikrut
5456695728
Merge pull request #62 from lucyawrey/individual-prefixes
...
Add support for 'prefix' field on individual uploads, takes priority over global prefix field
2023-06-26 14:22:04 -04:00
Lucy Awrey
b79da5920a
Add support for 'prefix' field on individual uploads, takes priority over global prefix field
...
squashed a few commits testing different approaches to this
2023-06-26 13:18:36 -04:00
Elliot DeNolf
a0a92952eb
1.0.18
2023-06-23 17:13:57 -04:00
Elliot DeNolf
a687dfdb16
docs: arg comments and dev readme formatting
2023-06-23 17:13:10 -04:00
Elliot DeNolf
b9d7e82052
chore: add region aws adapter example in readme
2023-06-23 14:42:15 -04:00
TomDo1234
fb10af8365
docs: mention usage with AWS EC2 IAM Role ( #30 )
...
Specified that you don't need to provide any credentials when using a correct IAM Role. IAM Roles are recommended by AWS over direct credentials due to superior security.
2023-06-23 11:40:08 -04:00
Seth Syberg
53427443a7
fix: allow empty config on s3 adapter ( #60 )
2023-06-23 11:39:04 -04:00
vvvctr
62fae5520d
chore: fix email link ( #44 )
...
Fix mail link in readme.
2023-06-23 11:33:23 -04:00
DireWolf707
8b186dbf83
docs: add default value for GCS_CREDENTIALS ( #48 )
...
without default value, it gives error in payload admin page (in console of browser)
caught SyntaxError: "undefined" is not valid JSON
at JSON.parse (<anonymous>)
at ./src/payload.config.ts
as envs are not availabe in payload admin GCS_CREDENTIALS gives undefined
resulting JSON.parse(undefined) raises this error
2023-06-23 11:32:02 -04:00
Elliot DeNolf
4ede3384f0
1.0.17
2023-06-12 10:54:34 -04:00
Elliot DeNolf
008eb640f0
1.0.17-beta.1
v1.0.17-beta.1
2023-06-12 10:51:57 -04:00
Elliot DeNolf
019ef358a5
chore: proper fsMock location
2023-06-11 19:37:39 -04:00
Elliot DeNolf
72950b2b82
1.0.17-beta.0
v1.0.17-beta.0
2023-06-11 19:06:41 -04:00
Elliot DeNolf
5b2ea583d2
chore: version sync
2023-06-11 19:06:35 -04:00
Elliot DeNolf
6fb0289e71
chore: add enabled to plugin options section in readme
2023-06-11 18:49:25 -04:00
Elliot DeNolf
f2bbe662f2
feat: add enabled property to conditionally enable/disable ( #57 )
2023-06-11 18:39:58 -04:00
James
297e7f8c1d
1.0.16
2023-04-27 16:38:21 -04:00
James
5c9a01aa1c
1.0.15
2023-04-27 16:37:34 -04:00
James
df7499483a
chore: merge conflicts
2023-04-27 16:35:08 -04:00
James
131333fc3a
fix : #34 , only deletes files with valid filename
2023-04-27 16:30:44 -04:00
James
60cf803e8d
fix : #43 , not deleting old files
2023-04-27 16:28:16 -04:00
James
7eb8d8bed1
fix: uses fallback for stream to prevent webpack error
2023-04-27 13:00:02 -04:00
Dan Ribbens
2f799a9420
feat: azure upload file stream ( #46 )
2023-04-10 17:04:28 -04:00
Ssor Onid
09584940d1
chore: Update README.md ( #24 )
2023-04-10 09:15:42 -04:00
Dan Ribbens
87063a03c4
chore: show MIT license in package.json
2023-04-07 17:07:50 -04:00
Dan Ribbens
b7e2f2a57b
Merge pull request #45 from alamit/feat/azure-partial-content
2023-04-07 15:39:44 -04:00
alamit
25c4d858e9
Update staticHandler.ts
2023-04-07 04:36:18 +02:00
alamit
02c83b65ef
feat(azure): Add support for partial content requests
2023-04-07 03:06:46 +02:00
Elliot DeNolf
6cb8794c5a
1.0.14
2023-02-09 14:01:57 -05:00
Elliot DeNolf
e56518e702
fix: properly alias fs at the package level, not dev
2023-02-09 14:01:09 -05:00
Elliot DeNolf
20cfd61dbf
1.0.13
2023-02-09 13:13:20 -05:00
Elliot DeNolf
65899766d6
feat: add proper prepublishOnly script
...
chore: remove dev/yarn.lock during clean, prevents publish
chore: make dev package.json private
chore: adjust payload peer dep version
2023-02-09 13:06:00 -05:00
Elliot DeNolf
17dbc1e484
chore: add lib-storage to dev deps, needed for dev and build
2023-02-09 12:13:13 -05:00
Elliot DeNolf
ee62c2a722
chore: additional webpack mock for dev
2023-02-09 12:12:12 -05:00
Elliot DeNolf
1f7f5e5cdb
feat(s3): implement multipart upload
2023-02-09 11:56:53 -05:00
Elliot DeNolf
7ab9c386ca
fix: change upload fields from disabled to hidden
2023-02-08 13:31:30 -05:00
Elliot DeNolf
b4b66e2f16
chore: explicit type for S3 storage client
2023-02-07 14:37:51 -05:00
Elliot DeNolf
bd64ec3c49
chore: add some eslint ignores for dev dir
2023-02-07 14:27:04 -05:00
Elliot DeNolf
4c8f33e098
feat(s3): support large uploads ( #37 )
...
* feat(s3): implement multipart upload
* feat(s3): support tempFilePath and using read stream for uploads
2023-02-01 16:31:07 -05:00
Elliot DeNolf
e11a0fb285
docs: add more detail on S3 configuration
2022-11-21 10:01:16 -05:00
Elliot DeNolf
eb65340923
chore: add installation section to readme
2022-11-14 12:47:22 -05:00
Alex Pagnotta
8a9f8408cf
feat: ensure "accept-ranges" header is passed-trough on static files for S3 and Azure adapters
2022-10-17 18:21:23 +02:00
James Mikrut
f333ff1c5b
Merge pull request #20 from linde12/master
...
Lazily initialize storage clients
2022-10-14 11:52:06 -04:00
olinde
d9dd7ca2c9
fix: await incoming configs onInit
...
The incoming configs onInit functions may be async, so we should await them.
2022-10-14 17:40:39 +02:00
olinde
2790bab479
feat: make s3 adapter initialize lazily
2022-10-14 15:29:28 +02:00
olinde
29b4bcd1b0
feat: make gcs adapter initialize lazily
2022-10-14 15:29:28 +02:00