Add a native backend for oracle object storage - fixes #6299

This commit is contained in:
Manoj Ghosh
2022-10-13 05:04:56 -07:00
committed by GitHub
parent 90d23139f6
commit b16e50851a
15 changed files with 3022 additions and 9 deletions

View File

@@ -0,0 +1,7 @@
// Build for oracleobjectstorage for unsupported platforms to stop go complaining
// about "no buildable Go source files "
//go:build plan9 || solaris || js
// +build plan9 solaris js
package oracleobjectstorage