aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.drone.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.drone.yml b/.drone.yml
index 81283d0bb4..53041b3e8e 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -126,7 +126,7 @@ pipeline:
release:
image: plugins/s3:1
pull: true
- secrets: [ s3_access_key, s3_secret_key ]
+ secrets: [ aws_access_key_id, aws_secret_access_key ]
endpoint: https://storage.gitea.io
path_style: true
strip_prefix: dist/release/
@@ -139,7 +139,7 @@ pipeline:
release:
image: plugins/s3:1
pull: true
- secrets: [ s3_access_key, s3_secret_key ]
+ secrets: [ aws_access_key_id, aws_secret_access_key ]
endpoint: https://storage.gitea.io
path_style: true
strip_prefix: dist/release/
@@ -152,7 +152,7 @@ pipeline:
release:
image: plugins/s3:1
pull: true
- secrets: [ s3_access_key, s3_secret_key ]
+ secrets: [ aws_access_key_id, aws_secret_access_key ]
endpoint: https://storage.gitea.io
path_style: true
strip_prefix: dist/release/
ed/noid/stable27-fix-npm-audit Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
summaryrefslogtreecommitdiffstats
path: root/lib/public/Files/Storage/ILockingStorage.php
blob: 42371c8de9e220502b1130fa1d5d51d7683acc5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61