Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Michele Carpene
Irods Resource Plugin S3
Commits
ffe73000
Commit
ffe73000
authored
Aug 19, 2016
by
Antoine de Torcy
Browse files
First pass at OSCS support POC
parent
6ad7ad0f
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
s3/libirods_s3.cpp
View file @
ffe73000
This diff is collapsed.
Click to expand it.
s3/libirods_s3.hpp
View file @
ffe73000
...
...
@@ -32,6 +32,7 @@ typedef struct callback_data
S3Status
status
;
int
keyCount
;
s3Stat_t
s3Stat
;
/* should be a pointer if keyCount > 1 */
S3ResponseProperties
*
responseProperties
;
S3BucketContext
*
pCtx
;
/* To enable more detailed error messages */
}
callback_data_t
;
...
...
@@ -74,5 +75,11 @@ typedef struct multirange_data
S3BucketContext
*
pCtx
;
/* To enable more detailed error messages */
}
multirange_data_t
;
// Oracle OSCS
typedef
enum
{
APIVersion0
,
APIVersion1
}
APIVersion
;
// OSCS
#endif // _LIBIRODS_S3_HPP_
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment