Recognize _unknown_ S3 server type

This commit is contained in:
Manuel Reis 2024-07-09 13:32:21 +02:00
parent 18a98c4e17
commit 9b570f37e3

View File

@ -15,7 +15,7 @@
/* Track the server type, if known */
typedef enum NCS3SVC {NCS3UNK=0, /* unknown */
NCS3=1, /* s3.amazon.aws */
NCS3GS=0 /* storage.googleapis.com */
NCS3GS=2 /* storage.googleapis.com */
} NCS3SVC;
typedef struct NCS3INFO {